projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cdc3b3
)
(quail-update-leim-list-file): Go to the
author
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Aug 1997 18:55:42 +0000
(18:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Aug 1997 18:55:42 +0000
(18:55 +0000)
beginning of the package file, in case it was already visited.
lisp/international/quail.el
patch
|
blob
|
history
diff --git
a/lisp/international/quail.el
b/lisp/international/quail.el
index 7e0cdb3fc6ecc7467ec2b482049bdf4cb06f4a32..172da34ef4bbe37780086f3221f6c9f4f1844ec7 100644
(file)
--- a/
lisp/international/quail.el
+++ b/
lisp/international/quail.el
@@
-1759,6
+1759,7
@@
LEIM is a library of Emacs input method."
(setq pkg-buf (find-file-noselect (car pkg-list) t t))
(save-excursion
(set-buffer pkg-buf)
+ (goto-char (point-min))
(while (search-forward "(quail-define-package" nil t)
(goto-char (match-beginning 0))
(let ((form (read (current-buffer))))